diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2017-08-24 14:53:57 +0200 |
---|---|---|
committer | LogicParrot <LogicParrot@users.noreply.github.com> | 2017-08-24 14:53:57 +0200 |
commit | 6219d4af217e367336f6a4f7d0a85921c823c161 (patch) | |
tree | 1e45576ca1b349456a23b764c80f43d11a778436 /Doxyfile | |
parent | whitespace cleanup (diff) | |
parent | Use ref instead of pointer (diff) | |
download | cuberite-6219d4af217e367336f6a4f7d0a85921c823c161.tar cuberite-6219d4af217e367336f6a4f7d0a85921c823c161.tar.gz cuberite-6219d4af217e367336f6a4f7d0a85921c823c161.tar.bz2 cuberite-6219d4af217e367336f6a4f7d0a85921c823c161.tar.lz cuberite-6219d4af217e367336f6a4f7d0a85921c823c161.tar.xz cuberite-6219d4af217e367336f6a4f7d0a85921c823c161.tar.zst cuberite-6219d4af217e367336f6a4f7d0a85921c823c161.zip |
Diffstat (limited to '')
-rw-r--r-- | Doxyfile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1099,25 +1099,25 @@ QCH_FILE = # The QHP_NAMESPACE tag specifies the namespace to use when generating # Qt Help Project output. For more information please see -# http://doc.trolltech.com/qthelpproject.html#namespace +# https://doc.qt.io/qt-5/qthelpproject.html#namespace QHP_NAMESPACE = org.doxygen.Project # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating # Qt Help Project output. For more information please see -# http://doc.trolltech.com/qthelpproject.html#virtual-folders +# https://doc.qt.io/qt-5/qthelpproject.html#virtual-folders QHP_VIRTUAL_FOLDER = doc # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to # add. For more information please see -# http://doc.trolltech.com/qthelpproject.html#custom-filters +# https://doc.qt.io/qt-5/qthelpproject.html#custom-filters QHP_CUST_FILTER_NAME = # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the # custom filter to add. For more information please see -# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters"> +# <a href="https://doc.qt.io/qt-5/qthelpproject.html#custom-filters"> # Qt Help Project / Custom Filters</a>. QHP_CUST_FILTER_ATTRS = @@ -1125,7 +1125,7 @@ QHP_CUST_FILTER_ATTRS = # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this # project's # filter section matches. -# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes"> +# <a href="https://doc.qt.io/qt-5/qthelpproject.html#filter-attributes"> # Qt Help Project / Filter Attributes</a>. QHP_SECT_FILTER_ATTRS = |