aboutsummaryrefslogtreecommitdiff
path: root/lib/docs
AgeCommit message (Expand)Author
2022-07-19add: extra information in extendedFnVallahor
2022-07-19fix: calling conventionVallahor
2022-07-19fix: NoReturn and WIP in calling_conventionsVallahor
2022-07-19fix: anyopaque_type. it was showing *[1]anyopaque now *anyopaqueVallahor
2022-07-19fix: slicesVallahor
2022-07-19add: extern, callconv and return errorsVallahor
2022-07-19fix: comptime not showing in all anytype params anymore. add: pointer flagsVallahor
2022-07-19fix: typeOf_peer working in all casesVallahor
2022-07-19add: handling typeof_peerVallahor
2022-07-19fix: @TypeOf() now renderingVallahor
2022-07-19add: handling some anytype casesVallahor
2022-07-19fix: comptimeExpr working with generated dataVallahor
2022-07-19add: handling comptimeExpr in jsVallahor
2022-07-19fix: handling more types of sentinels. now can be structs tooVallahor
2022-07-19autodoc: improve decl categorization and fix enumliteral arrays/ptrsLoris Cro
2022-07-19fix: printing const in types and fn decl and sentinel in stringsVallahor
2022-07-19fix: sentinel working with types and in fn declsVallahor
2022-07-19add: rendering sentinel in js and some fixes in autodocVallahor
2022-07-19autodoc: improve frontend renderingLoris Cro
2022-07-19autodoc: collect type information for some expressionsLoris Cro
2022-07-19autodoc: fix final js type errorLoris Cro
2022-07-19autodoc: improved rendering container fields and fixed rendering of funcLoris Cro
2022-07-19autodoc: var 2 let in main.jsLoris Cro
2022-07-19autodoc: fixed all type errors in main.jsLoris Cro
2022-07-19autodoc: more js type fixesLoris Cro
2022-07-19autodoc: more typechecking in main.jsLoris Cro
2022-07-19autodoc: improve type checking in main.jsLoris Cro
2022-07-19autodoc: make links respect internal docs modeLoris Cro
2022-07-19autodoc: improved frontend renderingLoris Cro
2022-07-19autodoc: improve rendering and add "show priv decls" checkboxLoris Cro
2022-07-19autodoc: add type comments to main.js fileReece Van Atta
2022-07-19autodoc: fix missing variable declaration for strict modeABuffSeagull
2022-07-19autodoc: added support for error sets and extended functionsLoris Cro
2022-07-19autodoc: add support for anytype and improve semantics for array lengthLoris Cro
2022-07-19autodoc: add support for `@This` and improve call support in decl pathsLoris Cro
2022-07-19autodoc: add support for pointers and comptime expressions in decl pathsLoris Cro
2022-07-19autodoc: add support for array declsLoris Cro
2022-07-19autodoc: add support for generic functions & generic function callsLoris Cro
2022-07-19autodoc: add support for non-generic function callsLoris Cro
2022-07-19autodoc: added support for non-lazy decl pathsLoris Cro
2022-07-19autodoc: add frontend support for optionals & generic cleanupLoris Cro
2022-07-19autodoc: added basic support for unresolved comptime expressionsLoris Cro
2022-07-19autodoc: added basic support for `@import`Loris Cro
2022-07-19autodoc: escape html in decl ref namesLoris Cro
2022-07-19autodocs: improve function renderingLoris Cro
2022-07-19autodocs: added basic support for functionsLoris Cro
2022-07-19autodocs: added basic support for unionsLoris Cro
2022-07-19autodocs: fix rendering of non-type declsLoris Cro
2022-07-19autodocs: added support for some non-type valuesLoris Cro
2022-07-19autodocs: add support for int valuesLoris Cro