mirror of https://github.com/CGAL/cgal
Defining a new resource directory to be used with doxygen master 1.10.0
Adding the, new, possibility for `HTML_COPY_CLIPBOARD`: > If the `HTML_COPY_CLIPBOARD` tag is set to `YES` then doxygen will show an icon > the top right of code and text fragments that allows the user to copy the contents to the clipboard (provided > this is supported by the browser).
This commit is contained in:
parent
d53d30a69b
commit
ea970e6ef5
|
|
@ -17,6 +17,9 @@
|
|||
<!--END DISABLE_INDEX-->
|
||||
<script type="text/javascript" src="$relpath^../Manual/jquery.js"></script>
|
||||
<script type="text/javascript" src="$relpath^../Manual/dynsections.js"></script>
|
||||
<!--BEGIN COPY_CLIPBOARD-->
|
||||
<script type="text/javascript" src="$relpath^clipboard.js"></script>
|
||||
<!--END COPY_CLIPBOARD-->
|
||||
<script src="$relpath$../Manual/hacks.js" type="text/javascript"></script>
|
||||
$treeview
|
||||
$search
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@
|
|||
<!--END DISABLE_INDEX-->
|
||||
<script type="text/javascript" src="$relpath^../Manual/jquery.js"></script>
|
||||
<script type="text/javascript" src="$relpath^../Manual/dynsections.js"></script>
|
||||
<!--BEGIN COPY_CLIPBOARD-->
|
||||
<script type="text/javascript" src="$relpath^clipboard.js"></script>
|
||||
<!--END COPY_CLIPBOARD-->
|
||||
<script src="$relpath^../Manual/hacks.js" type="text/javascript"></script>
|
||||
<!-- Manually include treeview and search to avoid bloat and to fix
|
||||
paths to the directory Manual . -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue