aboutsummaryrefslogtreecommitdiff
path: root/src/docs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add `-doc-format` command for the new .odin-doc file format (to be used to ge...gingerBill2021-04-181-15/+62
* Update `odin doc` to support multiple package outputs by passing multiple pat...gingerBill2020-11-181-62/+69
* Minor fixesgingerBill2020-11-171-5/+4
* Ignore `+build` flags in packages comments with `odin doc`gingerBill2020-11-171-32/+8
* Improve file doc logicgingerBill2020-11-171-3/+6
* Fix parser logic for first comment group line in a filegingerBill2020-11-171-11/+25
* Fix typogingerBill2020-11-171-0/+2
* Improve flags for `odin doc`gingerBill2020-11-171-23/+15
* Basic `odin doc` supportgingerBill2020-11-171-8/+204
* Improve flag handling to check for invalid usesgingerBill2020-11-171-0/+40
* Add `-show-unused-with-location`gingerBill2020-11-171-71/+54
* Big renaming: `AstNode` to `Ast`gingerBill2018-06-171-7/+7
* Parse directories to be packagesgingerBill2018-05-211-10/+10
* Allow for multiple library collections; Store AstFile as pointerGinger Bill2017-09-101-1/+1
* Remove () grouping for `foreign_library`Ginger Bill2017-08-271-22/+0
* Replace `import_load` with `using import .`Ginger Bill2017-08-271-1/+0
* Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functionsGinger Bill2017-07-061-2/+2
* :: style procedure declarations; remove old parsing codeGinger Bill2017-06-281-11/+5
* Remove `let`Ginger Bill2017-06-261-1/+0
* Barebones layout for the documentation declarationsGinger Bill2017-06-181-43/+108
* Add docs.cppGinger Bill2017-06-181-0/+72