summaryrefslogtreecommitdiff
path: root/src/check-doc-syntax.awk
Commit message (Collapse)AuthorAgeFilesLines
* check-doc-syntax: Don't hardcode path to awkUli Schlachter2013-09-161-2/+0
| | | | | | | | | | | | | Instead of expecting awk in /usr/bin, this commit changes the code to call awk through a shell so that $PATH is searched. Since this awk script shouldn't really be called manually, this is done by removing the shebang from the awk script, marking it non-executable and fixing up the caller. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67674 Reviewed-by: Bryce Harrington <b.harrington@samsung.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
* check-doc-syntax: Find duplicate "Since:" tagsUli Schlachter2012-05-091-1/+4
| | | | | | It makes no sense to say more than one time when some symbol was introduced. Signed-off-by: Uli Schlachter <psychon@znc.in>
* doc: Add script to enforce stricter validation of documentation commentsAndrea Canciani2012-03-291-0/+105