Home
last modified time | relevance | path

Searched refs:hasDocumentation (Results 1 – 25 of 55) sorted by relevance

123

/dports/math/onednn/oneDNN-2.5.1/doc/doxyrest/frame/common/
H A Ditem.lua95 return item.hasDocumentation or item.subGroupHead -- in which case subgroup head has doc
177 item.hasDocumentation = hasBriefDocuemtnation or hasDetailedDocuemtnation
178 if not item.hasDocumentation then
196 local hasDocumentation = false
204 hasDocumentation = true
216 return hasDocumentation
220 if not item.hasDocumentation then
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Darguments.cpp21 bool ArgumentList::hasDocumentation() const in hasDocumentation() function in ArgumentList
23 return std::any_of(begin(),end(),[](const Argument &a){ return a.hasDocumentation(); }); in hasDocumentation()
H A Darguments.h31 bool hasDocumentation() const in hasDocumentation() function
67 bool hasDocumentation() const;
H A Ddefinitionimpl.h57 bool hasDocumentation() const;
176 virtual bool hasDocumentation() const { return m_impl.hasDocumentation(); } in hasDocumentation() function
368 virtual bool hasDocumentation() const in hasDocumentation() function
369 { return m_alias->hasDocumentation(); } in hasDocumentation()
H A Ddotnode.cpp365 if (m_classDef->hasDocumentation() && hasNonReachableChildren) in writeBox()
367 else if (m_classDef->hasDocumentation() && !hasNonReachableChildren) in writeBox()
369 else if (!m_classDef->hasDocumentation() && hasNonReachableChildren) in writeBox()
374 if (m_classDef->templateMaster() && m_classDef->templateMaster()->hasDocumentation()) in writeBox()
H A Ddotnode.h96 bool hasDocumentation() const { return m_hasDoc; } in hasDocumentation() function
/dports/devel/swig/swig-4.0.2/Source/Doxygen/
H A Ddoxytranslator.cxx25 bool DoxygenTranslator::hasDocumentation(Node *node) { in hasDocumentation() function in DoxygenTranslator
54 if (!hasDocumentation(node)) { in getDocumentation()
H A Ddoxytranslator.h64 bool hasDocumentation(Node *node);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DDeprecatedListWriter.java148 if (deprapi.hasDocumentation(i)) { in generateDeprecatedListFile()
182 if (builder.hasDocumentation(type)) { in addIndexLink()
219 if (builder.hasDocumentation(type)) { in addAnchor()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DDeprecatedListWriter.java148 if (deprapi.hasDocumentation(i)) { in generateDeprecatedListFile()
182 if (builder.hasDocumentation(type)) { in addIndexLink()
219 if (builder.hasDocumentation(type)) { in addAnchor()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DDeprecatedListWriter.java295 if (deprapi.hasDocumentation(kind)) { in generateDeprecatedListFile()
333 if (builder.hasDocumentation(kind)) { in addIndexLink()
370 if (builder.hasDocumentation(kind)) { in addAnchor()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DDeprecatedListWriter.java292 if (deprapi.hasDocumentation(kind)) { in generateDeprecatedListFile()
323 if (builder.hasDocumentation(kind)) { in addIndexLink()
360 if (builder.hasDocumentation(kind)) { in addAnchor()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DDeprecatedListWriter.java295 if (deprapi.hasDocumentation(kind)) { in generateDeprecatedListFile()
333 if (builder.hasDocumentation(kind)) { in addIndexLink()
370 if (builder.hasDocumentation(kind)) { in addAnchor()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DDeprecatedListWriter.java295 if (deprapi.hasDocumentation(kind)) { in generateDeprecatedListFile()
333 if (builder.hasDocumentation(kind)) { in addIndexLink()
370 if (builder.hasDocumentation(kind)) { in addAnchor()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DDeprecatedListWriter.java289 if (deprapi.hasDocumentation(kind)) { in generateDeprecatedListFile()
320 if (builder.hasDocumentation(kind)) { in addIndexLink()
357 if (builder.hasDocumentation(kind)) { in addAnchor()
/dports/math/onednn/oneDNN-2.5.1/doc/doxyrest/frame/cfamily/
H A Ddetails_construction.rst.in27 if not EXCLUDE_DESTRUCTORS and compound.destructor and compound.destructor.hasDocumentation then
H A Ddetails_unnamed_enum_values.rst.in26 if subItem.hasDocumentation then
H A Denum.rst.in92 if item.hasDocumentation then
/dports/graphics/Coin/coin-Coin-4.0.0/docs/doxygen-patches/
H A Dless-clutter.diff92 + hasDocumentation()
110 + !hasDocumentation()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DSummaryListWriter.java135 if (summaryapi.hasDocumentation(kind)) {
175 if (apiSummary.hasDocumentation(kind)) {
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DDeprecatedListWriter.java292 if (deprAPI.hasDocumentation(kind)) { in generateDeprecatedListFile()
320 if (builder.hasDocumentation(kind)) { in addIndexLink()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DDeprecatedListWriter.java284 if (deprapi.hasDocumentation(kind)) { in generateDeprecatedListFile()
314 if (builder.hasDocumentation(kind)) { in addIndexLink()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DDeprecatedAPIListBuilder.java165 public boolean hasDocumentation(int type) { in hasDocumentation() method in DeprecatedAPIListBuilder
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DDeprecatedAPIListBuilder.java165 public boolean hasDocumentation(int type) { in hasDocumentation() method in DeprecatedAPIListBuilder
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/
H A DDeprecatedAPIListBuilder.java199 public boolean hasDocumentation(DeprElementKind kind) { in hasDocumentation() method in DeprecatedAPIListBuilder

123