Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-05 11:35:47 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-05 11:35:47 +0300
commitd7516839b3f255c12d2662119de5ed1cb614a845 (patch)
tree3c84d2760ff0155afb96be5eac6c9d0f3c2debed /Readme.md
parent3082361c27da0ec6fc83fb7259741ea2ab40985d (diff)
Large range of doxygen improvements
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 04af266c..7f0596d2 100644
--- a/Readme.md
+++ b/Readme.md
@@ -7,6 +7,11 @@ v2 rewrite. You can view its documentation at https://ned14.github.io/boost.afio
CMake todos:
- Add doxygen generation support
+ - Add ctest script to build the docs (and report warnings to cdash)
+ - cmake --build . --target afio_docs
+ - Add -Wdocumentation when clang is in use. Add -fcomment-block-commands=complexity
+ etc for all our custom doxygen commands.
+ - Get travis to push latest doxygen docs to github for me
- For non-embedded config, cmake should stamp git submodule SHAs so I can
dispense with the upd method of submodule stamping
- Static library edition appears to not be encoding extended error code detail?