-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Incorrect Doxyfile.in #19850
Copy link
Copy link
Closed
Labels
bugcategory: build/installcategory: documentationDocumentation fix or updateDocumentation fix or update
Milestone
Description
In the file doc/Doxyfile.in we see:
ALIASES += add_toggle{1}="@htmlonly[block] <div class='newInnerHTML'>\1</div><div> <script type="text/javascript"> addToggle(); </script>@endhtmlonly"
though this is not correct it should read:
ALIASES += add_toggle{1}="@htmlonly[block] <div class='newInnerHTML'>\1</div><div> <script type=\"text/javascript\"> addToggle(); </script>@endhtmlonly"
or
ALIASES += add_toggle{1}="@htmlonly[block] <div class='newInnerHTML'>\1</div><div> <script type='text/javascript'> addToggle(); </script>@endhtmlonly"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugcategory: build/installcategory: documentationDocumentation fix or updateDocumentation fix or update