Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-26 | Move remaining CodeStructure.md contents into doxygen. | Nick Mathewson | |
2019-11-15 | Doxygen: rename all .dox files to end with .md | Nick Mathewson | |
Using a standard ending here will let other tools that expect markdown understand our output here. This commit was automatically generated with: for fn in $(find src -name '*.dox'); do \ git mv "$fn" "${fn%.dox}.md"; \ done |