68 std::unique_ptr<Private>
p;
72 @licstart The following is the entire license notice for the JavaScript code in this file.
76 Copyright (C) 1997-2020 by Dimitri van Heesch
78 Permission is hereby granted, free of charge, to any person obtaining a copy of this software
79 and associated documentation files (the "Software"), to deal in the Software without restriction,
80 including without limitation the rights to use, copy, modify, merge, publish, distribute,
81 sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
82 furnished to do so, subject to the following conditions:
84 The above copyright notice and this permission notice shall be included in all copies or
85 substantial portions of the Software.
87 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
88 BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
89 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
90 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
91 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
93 @licend The above is the entire license notice for the JavaScript code in this file
The common base class of all entity definitions found in the sources.
std::unique_ptr< Private > p
void addIndexFile(const QCString &)
void addImageFile(const QCString &)
void addContentsItem(bool isDir, const QCString &name, const QCString &ref, const QCString &file, const QCString &anchor, bool separateIndex, bool addToNavIndex, const Definition *def)
void addIndexItem(const Definition *, const MemberDef *, const QCString &, const QCString &)
void generateTreeViewScripts()
void generateTreeViewInline(TextStream &t)
void addStyleSheetFile(const QCString &)
Abstract interface for index generators.
A model of a class/file/namespace member symbol.
This is an alternative implementation of QCString.
Text streaming class that buffers data.
#define NON_COPYABLE(cls)
Macro to help implementing the rule of 5 for a non-copyable & movable class.
constexpr auto JAVASCRIPT_LICENSE_TEXT