Skip to content

Commit

Permalink
bug_445536 Select folder for STRIP_FROM_PATH
Browse files Browse the repository at this point in the history
Added the possibility to select a directory in the doxywizard GUI for `STRIP_FROM_PATH` and `STRIP_FROM_INC_PATH` (analogous to the possibilities for e.g DOTFILE_DIRS)
  • Loading branch information
albert-github committed Mar 28, 2022
1 parent 91095fb commit 130ccf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ Go to the <a href="commands.html">next</a> section or return to the
]]>
</docs>
</option>
<option type='list' id='STRIP_FROM_PATH' format='string' depends='FULL_PATH_NAMES'>
<option type='list' id='STRIP_FROM_PATH' format='dir' depends='FULL_PATH_NAMES'>
<docs>
<![CDATA[
The \c STRIP_FROM_PATH tag
Expand All @@ -438,7 +438,7 @@ Go to the <a href="commands.html">next</a> section or return to the
]]>
</docs>
</option>
<option type='list' id='STRIP_FROM_INC_PATH' format='string'>
<option type='list' id='STRIP_FROM_INC_PATH' format='dir'>
<docs>
<![CDATA[
The \c STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
Expand Down

0 comments on commit 130ccf1

Please sign in to comment.