Doxygen: Avoid ambiguity in @dir directives

This commit was automatically generated with:

find src -name '*.dox' |xargs perl -i -pe 's{\@dir ([^/])}{\@dir /$1};'
This commit is contained in:
Nick Mathewson
2019-11-04 10:23:36 -05:00
parent 51a9892914
commit 62a473debf
66 changed files with 66 additions and 66 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/**
@dir feature/api
@dir /feature/api
@brief feature/api
**/