skia2/tools/bookmaker
Cary Clark fd32e724d6 bookmaker error handling
Bookmaker will generate instructions on how to
fix detected errors in a few cases:
- if class function is missing description
- if global function is missing description
- if function parameters don't match doxygen
- if function parameters don't match bmh

(The last case above won't happen if bmh #Method
uses #Populate to retrieve parameter descriptions
from the include.)

Adding this revealed that globals weren't always
accounted for in bookmaker's cross-check; fix
that as well.

TBR=reed@google.com
Docs-Preview: https://skia.org/?cl=171224
Bug: skia:
Change-Id: Ic1b41d4722954fa8a42685a8fe7266b8a860c362
Reviewed-on: https://skia-review.googlesource.com/c/171224
Reviewed-by: Cary Clark <caryclark@skia.org>
Commit-Queue: Cary Clark <caryclark@skia.org>
Auto-Submit: Cary Clark <caryclark@skia.org>
2018-11-16 20:30:18 +00:00
..
bmhParser.cpp bookmaker does deprecated 2018-11-15 14:08:45 +00:00
bmhParser.h refactor bookmaker 2018-11-01 13:58:32 +00:00
bookmaker.cpp Check every word in docs 2018-11-08 13:27:57 +00:00
bookmaker.h bookmaker does deprecated 2018-11-15 14:08:45 +00:00
cataloger.cpp refactor bookmaker 2018-11-01 13:58:32 +00:00
definition.cpp bookmaker error handling 2018-11-16 20:30:18 +00:00
definition.h bookmaker error handling 2018-11-16 20:30:18 +00:00
fiddleParser.cpp refactor bookmaker 2018-11-01 13:58:32 +00:00
fiddleParser.h refactor bookmaker 2018-11-01 13:58:32 +00:00
hackParser.cpp bookmaker does deprecated 2018-11-15 14:08:45 +00:00
includeParser.cpp bookmaker error handling 2018-11-16 20:30:18 +00:00
includeParser.h bookmaker error handling 2018-11-16 20:30:18 +00:00
includeWriter.cpp bookmaker does deprecated 2018-11-15 14:08:45 +00:00
includeWriter.h refactor bookmaker 2018-11-01 13:58:32 +00:00
mdOut.cpp bookmaker does deprecated 2018-11-15 14:08:45 +00:00
mdOut.h Check every word in docs 2018-11-08 13:27:57 +00:00
parserCommon.cpp refactor bookmaker 2018-11-01 13:58:32 +00:00
parserCommon.h bookmaker does deprecated 2018-11-15 14:08:45 +00:00
selfCheck.cpp bookmaker does deprecated 2018-11-15 14:08:45 +00:00
selfCheck.h refactor bookmaker 2018-11-01 13:58:32 +00:00
spellCheck.cpp bookmaker does deprecated 2018-11-15 14:08:45 +00:00
textParser.cpp Check every word in docs 2018-11-08 13:27:57 +00:00
textParser.h bookmaker does deprecated 2018-11-15 14:08:45 +00:00