Fix the URL generated by Doxygen @sampledir macro.
"samples/" part of the URL was missing, add it. Closes #13925. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
06a5213db0
commit
fe8aae41ab
@ -209,7 +209,7 @@ ALIASES += rightCurly="}"
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
# For indicating a sample location
|
||||
ALIASES += sampledir{1}="@e Location: @c samples/\1 subdirectory of your wxWidgets installation or http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/\1"
|
||||
ALIASES += sampledir{1}="@e Location: @c samples/\1 subdirectory of your wxWidgets installation or http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/samples/\1"
|
||||
|
||||
# For refering to the corresponding sample in a class document or a overview
|
||||
# Usually placed in the queue of @see
|
||||
|
Loading…
Reference in New Issue
Block a user