46#define PERLOUTPUT_MAX_INDENTATION 40
51 std::ostream *
m_t =
nullptr;
58 void add(
unsigned int n);
196 *s++ =
' '; *s++ =
' '; *s = 0;
210 if (str.
empty())
return;
211 const char *s = str.
data();
213 while ((c = *s++) != 0)
215 if ((c ==
'\'') || (c ==
'\\'))
234 if ((content ==
'\'') || (content ==
'\\'))
242 if (content ==
nullptr)
351 for (
const auto &child : t.children())
353 std::visit(*
this, child);
400 (link +=
"_1") += anchor;
499 const char *accent=
nullptr;
599 const char *style =
nullptr;
629 const char *type =
nullptr;
674 const char *type =
nullptr;
709 parseCode(m_ci,op.context(),op.text(),
false,0);
738 "<secondaryie></secondaryie>"
758 if (!opt.noPar()) txt +=
"[";
760 if (!opt.noPar()) txt +=
"]";
824 const char *type =
nullptr;
846 err(
"unknown simple section found\n");
855 std::visit(*
this,*s.
title());
899 std::visit(*
this,*s.
title());
911 for (
const auto &opt : l.
attribs())
913 if (opt.name==
"type")
917 if (opt.name==
"start")
930 for (
const auto &opt : l.
attribs())
932 if (opt.name==
"value")
983 std::visit(*
this,*t.
caption());
1058 auto summary =
details.summary();
1061 std::visit(*
this,*summary);
1094 if ((i=baseName.findRev(
'/'))!=-1 || (i=baseName.findRev(
'\\'))!=-1)
1096 baseName=baseName.
mid(i+1);
1217 const char *type =
nullptr;
1225 err(
"unknown parameter section found\n");
1248 const DocWord *word = std::get_if<DocWord>(¶m);
1249 const DocLinkedWord *linkedWord = std::get_if<DocLinkedWord>(¶m);
1252 name = word->
word();
1254 else if (linkedWord)
1256 name = linkedWord->
word();
1288 std::visit(*
this,par);
1356 output.
openList(
"template_parameters");
1360 if (!a.type.empty())
1362 if (!a.name.empty())
1365 if (!a.defval.empty())
1407 auto astImpl =
dynamic_cast<const DocNodeAST*
>(ast.get());
1411 std::visit(visitor,astImpl->root);
1420 return to_string_lower(prot);
1425 return to_string_lower(virt);
1505 bool isFortran = md->
getLanguage()==SrcLangExt::Fortran;
1530 if (!declAl.
empty())
1532 auto defIt = al.
begin();
1536 if (defIt!=al.
end())
1543 if (!a.name.empty())
1546 if (defArg && !defArg->
name.
empty() && defArg->
name!=a.name)
1549 if (isFortran && defArg && !defArg->
type.
empty())
1551 else if (!a.type.empty())
1554 if (!a.array.empty())
1557 if (!a.defval.empty())
1560 if (!a.attrib.empty())
1568 else if (md->
memberType()==MemberType::Define &&
1591 if (md->
memberType()==MemberType::Enumeration)
1595 if (!enumFields.
empty())
1598 for (
const auto &emd : enumFields)
1603 if (!emd->initializer().empty())
1619 if (bitfield.
at(0) ==
':') bitfield = bitfield.
mid(1);
1633 for (
const auto &rbmd : rbml)
1646 if (ml==
nullptr)
return;
1650 if (!header.
empty())
1654 for (
const auto &md : *ml)
1667 for (
auto &mi : *mni)
1677 if (!mi->ambiguityResolutionScope().empty())
1692 for (
const auto &mg : mgl)
1695 if (!mg->header().empty())
1700 if (!mg->members().empty())
1703 for (
const auto &md : mg->members())
1829 DotClassGraph inheritanceGraph(cd,DotClassGraph::Inheritance);
1832 t <<
" <inheritancegraph>" << endl;
1833 inheritanceGraph.writePerlMod(t);
1834 t <<
" </inheritancegraph>" << endl;
1836 DotClassGraph collaborationGraph(cd,DotClassGraph::Implementation);
1839 t <<
" <collaborationgraph>" << endl;
1840 collaborationGraph.writePerlMod(t);
1841 t <<
" </collaborationgraph>" << endl;
1843 t <<
" <location file=\""
2010 if (inc.fileDef && !inc.fileDef->isReference())
2023 if (inc.fileDef && !inc.fileDef->isReference())
2069 for (
const auto &fd : gd->
getFiles())
2119 for (
const auto &pd : gd->
getPages())
2172 std::ofstream outputFileStream;
2203 for (
const auto &fd : *fn)
2238 err(
"Cannot open file {} for writing!\n", s);
2247 perlModDir.
setPath(outputDirectory+
"/perlmod");
2248 if (!perlModDir.
exists() && !perlModDir.
mkdir(outputDirectory+
"/perlmod"))
2250 err(
"Could not create perlmod directory in {}\n",outputDirectory);
2258 std::ofstream doxyModelPMStream;
2262 doxyModelPMStream <<
2263 "sub memberlist($) {\n"
2264 " my $prefix = $_[0];\n"
2266 "\t[ \"hash\", $prefix . \"s\",\n"
2269 "\t [ \"list\", $prefix . \"List\",\n"
2270 "\t\t[ \"hash\", $prefix,\n"
2272 "\t\t kind => [ \"string\", $prefix . \"Kind\" ],\n"
2273 "\t\t name => [ \"string\", $prefix . \"Name\" ],\n"
2274 "\t\t static => [ \"string\", $prefix . \"Static\" ],\n"
2275 "\t\t virtualness => [ \"string\", $prefix . \"Virtualness\" ],\n"
2276 "\t\t protection => [ \"string\", $prefix . \"Protection\" ],\n"
2277 "\t\t type => [ \"string\", $prefix . \"Type\" ],\n"
2278 "\t\t parameters =>\n"
2279 "\t\t [ \"list\", $prefix . \"Params\",\n"
2280 "\t\t\t[ \"hash\", $prefix . \"Param\",\n"
2282 "\t\t\t declaration_name => [ \"string\", $prefix . \"ParamName\" ],\n"
2283 "\t\t\t type => [ \"string\", $prefix . \"ParamType\" ],\n"
2287 "\t\t detailed =>\n"
2288 "\t\t [ \"hash\", $prefix . \"Detailed\",\n"
2290 "\t\t\t doc => [ \"doc\", $prefix . \"DetailedDoc\" ],\n"
2291 "\t\t\t return => [ \"doc\", $prefix . \"Return\" ],\n"
2292 "\t\t\t see => [ \"doc\", $prefix . \"See\" ],\n"
2293 "\t\t\t params =>\n"
2294 "\t\t\t [ \"list\", $prefix . \"PDBlocks\",\n"
2295 "\t\t\t [ \"hash\", $prefix . \"PDBlock\",\n"
2297 "\t\t\t\t parameters =>\n"
2298 "\t\t\t\t [ \"list\", $prefix . \"PDParams\",\n"
2299 "\t\t\t\t [ \"hash\", $prefix . \"PDParam\",\n"
2301 "\t\t\t\t\t name => [ \"string\", $prefix . \"PDParamName\" ],\n"
2305 "\t\t\t\t doc => [ \"doc\", $prefix . \"PDDoc\" ],\n"
2318 "$doxystructure =\n"
2319 " [ \"hash\", \"Root\",\n"
2322 "\t [ \"list\", \"Files\",\n"
2323 "\t [ \"hash\", \"File\",\n"
2325 "\t\tname => [ \"string\", \"FileName\" ],\n"
2326 "\t\ttypedefs => memberlist(\"FileTypedef\"),\n"
2327 "\t\tvariables => memberlist(\"FileVariable\"),\n"
2328 "\t\tfunctions => memberlist(\"FileFunction\"),\n"
2330 "\t\t [ \"hash\", \"FileDetailed\",\n"
2332 "\t\t doc => [ \"doc\", \"FileDetailedDoc\" ],\n"
2339 "\t [ \"list\", \"Pages\",\n"
2340 "\t [ \"hash\", \"Page\",\n"
2342 "\t\tname => [ \"string\", \"PageName\" ],\n"
2344 "\t\t [ \"hash\", \"PageDetailed\",\n"
2346 "\t\t doc => [ \"doc\", \"PageDetailedDoc\" ],\n"
2353 "\t [ \"list\", \"Classes\",\n"
2354 "\t [ \"hash\", \"Class\",\n"
2356 "\t\tname => [ \"string\", \"ClassName\" ],\n"
2357 "\t\tpublic_typedefs => memberlist(\"ClassPublicTypedef\"),\n"
2358 "\t\tpublic_methods => memberlist(\"ClassPublicMethod\"),\n"
2359 "\t\tpublic_members => memberlist(\"ClassPublicMember\"),\n"
2360 "\t\tprotected_typedefs => memberlist(\"ClassProtectedTypedef\"),\n"
2361 "\t\tprotected_methods => memberlist(\"ClassProtectedMethod\"),\n"
2362 "\t\tprotected_members => memberlist(\"ClassProtectedMember\"),\n"
2363 "\t\tprivate_typedefs => memberlist(\"ClassPrivateTypedef\"),\n"
2364 "\t\tprivate_methods => memberlist(\"ClassPrivateMethod\"),\n"
2365 "\t\tprivate_members => memberlist(\"ClassPrivateMember\"),\n"
2367 "\t\t [ \"hash\", \"ClassDetailed\",\n"
2369 "\t\t doc => [ \"doc\", \"ClassDetailedDoc\" ],\n"
2376 "\t [ \"list\", \"Groups\",\n"
2377 "\t [ \"hash\", \"Group\",\n"
2379 "\t\tname => [ \"string\", \"GroupName\" ],\n"
2380 "\t\ttitle => [ \"string\", \"GroupTitle\" ],\n"
2382 "\t\t [ \"list\", \"Files\",\n"
2383 "\t\t [ \"hash\", \"File\",\n"
2385 "\t\t name => [ \"string\", \"Filename\" ]\n"
2390 "\t\t [ \"list\", \"Classes\",\n"
2391 "\t\t [ \"hash\", \"Class\",\n"
2393 "\t\t name => [ \"string\", \"Classname\" ]\n"
2397 "\t\tnamespaces =>\n"
2398 "\t\t [ \"list\", \"Namespaces\",\n"
2399 "\t\t [ \"hash\", \"Namespace\",\n"
2401 "\t\t name => [ \"string\", \"NamespaceName\" ]\n"
2406 "\t\t [ \"list\", \"Pages\",\n"
2407 "\t\t [ \"hash\", \"Page\","
2409 "\t\t title => [ \"string\", \"PageName\" ]\n"
2414 "\t\t [ \"list\", \"Groups\",\n"
2415 "\t\t [ \"hash\", \"Group\",\n"
2417 "\t\t title => [ \"string\", \"GroupName\" ]\n"
2421 "\t\tfunctions => memberlist(\"GroupFunction\"),\n"
2423 "\t\t [ \"hash\", \"GroupDetailed\",\n"
2425 "\t\t doc => [ \"doc\", \"GroupDetailedDoc\" ],\n"
2441 std::ofstream doxyRulesStream;
2467 ".PHONY: clean-perlmod\n"
2469 "\trm -f $(" <<
prefix <<
"DOXYSTRUCTURE_PM) \\\n"
2470 "\t$(" <<
prefix <<
"DOXYDOCS_PM)";
2474 "\t$(" <<
prefix <<
"DOXYLATEX_PL) \\\n"
2475 "\t$(" <<
prefix <<
"DOXYLATEXSTRUCTURE_PL) \\\n"
2476 "\t$(" <<
prefix <<
"DOXYDOCS_TEX) \\\n"
2477 "\t$(" <<
prefix <<
"DOXYSTRUCTURE_TEX) \\\n"
2478 "\t$(" <<
prefix <<
"DOXYFORMAT_TEX) \\\n"
2479 "\t$(" <<
prefix <<
"DOXYLATEX_TEX) \\\n"
2480 "\t$(" <<
prefix <<
"DOXYLATEX_PDF) \\\n"
2481 "\t$(" <<
prefix <<
"DOXYLATEX_DVI) \\\n"
2482 "\t$(addprefix $(" <<
prefix <<
"DOXYLATEX_TEX:tex=),out aux log)";
2483 doxyRulesStream <<
"\n\n";
2486 "$(" <<
prefix <<
"DOXYRULES) \\\n"
2487 "$(" <<
prefix <<
"DOXYMAKEFILE) \\\n"
2488 "$(" <<
prefix <<
"DOXYSTRUCTURE_PM) \\\n"
2489 "$(" <<
prefix <<
"DOXYDOCS_PM)";
2493 "$(" <<
prefix <<
"DOXYLATEX_PL) \\\n"
2494 "$(" <<
prefix <<
"DOXYLATEXSTRUCTURE_PL) \\\n"
2495 "$(" <<
prefix <<
"DOXYFORMAT_TEX) \\\n"
2496 "$(" <<
prefix <<
"DOXYLATEX_TEX)";
2500 "\t$(" <<
prefix <<
"DOXYFILE)\n"
2501 "\tcd $(" <<
prefix <<
"DOXY_EXEC_PATH) ; doxygen \"$<\"\n";
2506 "$(" <<
prefix <<
"DOXYDOCS_TEX): \\\n"
2507 "$(" <<
prefix <<
"DOXYLATEX_PL) \\\n"
2508 "$(" <<
prefix <<
"DOXYDOCS_PM)\n"
2509 "\tperl -I\"$(<D)\" \"$<\" >\"$@\"\n"
2511 "$(" <<
prefix <<
"DOXYSTRUCTURE_TEX): \\\n"
2512 "$(" <<
prefix <<
"DOXYLATEXSTRUCTURE_PL) \\\n"
2513 "$(" <<
prefix <<
"DOXYSTRUCTURE_PM)\n"
2514 "\tperl -I\"$(<D)\" \"$<\" >\"$@\"\n"
2516 "$(" <<
prefix <<
"DOXYLATEX_PDF) \\\n"
2517 "$(" <<
prefix <<
"DOXYLATEX_DVI): \\\n"
2518 "$(" <<
prefix <<
"DOXYLATEX_TEX) \\\n"
2519 "$(" <<
prefix <<
"DOXYFORMAT_TEX) \\\n"
2520 "$(" <<
prefix <<
"DOXYSTRUCTURE_TEX) \\\n"
2521 "$(" <<
prefix <<
"DOXYDOCS_TEX)\n"
2523 "$(" <<
prefix <<
"DOXYLATEX_PDF): \\\n"
2524 "$(" <<
prefix <<
"DOXYLATEX_TEX)\n"
2525 "\tpdflatex -interaction=nonstopmode \"$<\"\n"
2527 "$(" <<
prefix <<
"DOXYLATEX_DVI): \\\n"
2528 "$(" <<
prefix <<
"DOXYLATEX_TEX)\n"
2529 "\tlatex -interaction=nonstopmode \"$<\"\n";
2537 std::ofstream makefileStream;
2545 ".PHONY: default clean" << (perlmodLatex ?
" pdf" :
"") <<
"\n"
2546 "default: " << (perlmodLatex ?
"pdf" :
"clean") <<
"\n"
2550 "clean: clean-perlmod\n";
2554 "pdf: $(" <<
prefix <<
"DOXYLATEX_PDF)\n"
2555 "dvi: $(" <<
prefix <<
"DOXYLATEX_DVI)\n";
2563 std::ofstream doxyLatexStructurePLStream;
2567 doxyLatexStructurePLStream <<
2568 "use DoxyStructure;\n"
2570 "sub process($) {\n"
2571 "\tmy $node = $_[0];\n"
2572 "\tmy ($type, $name) = @$node[0, 1];\n"
2574 "\tif ($type eq \"string\") { $command = \"String\" }\n"
2575 "\telsif ($type eq \"doc\") { $command = \"Doc\" }\n"
2576 "\telsif ($type eq \"hash\") {\n"
2577 "\t\t$command = \"Hash\";\n"
2578 "\t\tfor my $subnode (values %{$$node[2]}) {\n"
2579 "\t\t\tprocess($subnode);\n"
2582 "\telsif ($type eq \"list\") {\n"
2583 "\t\t$command = \"List\";\n"
2584 "\t\tprocess($$node[2]);\n"
2586 "\tprint \"\\\\\" . $command . \"Node{\" . $name . \"}%\\n\";\n"
2589 "process($doxystructure);\n";
2596 std::ofstream doxyLatexPLStream;
2600 doxyLatexPLStream <<
2601 "use DoxyStructure;\n"
2604 "sub latex_quote($) {\n"
2605 "\tmy $text = $_[0];\n"
2606 "\t$text =~ s/\\\\/\\\\textbackslash /g;\n"
2607 "\t$text =~ s/\\|/\\\\textbar /g;\n"
2608 "\t$text =~ s/</\\\\textless /g;\n"
2609 "\t$text =~ s/>/\\\\textgreater /g;\n"
2610 "\t$text =~ s/~/\\\\textasciitilde /g;\n"
2611 "\t$text =~ s/\\^/\\\\textasciicircum /g;\n"
2612 "\t$text =~ s/[\\$&%#_{}]/\\\\$&/g;\n"
2616 "sub generate_doc($) {\n"
2617 "\tmy $doc = $_[0];\n"
2618 "\tfor my $item (@$doc) {\n"
2619 "\t\tmy $type = $$item{type};\n"
2620 "\t\tif ($type eq \"text\") {\n"
2621 "\t\t\tlatex_quote($$item{content});\n"
2622 "\t\t} elsif ($type eq \"parbreak\") {\n"
2623 "\t\t\tprint \"\\n\\n\";\n"
2624 "\t\t} elsif ($type eq \"style\") {\n"
2625 "\t\t\tmy $style = $$item{style};\n"
2626 "\t\t\tif ($$item{enable} eq \"yes\") {\n"
2627 "\t\t\t\tif ($style eq \"bold\") { print '\\bfseries'; }\n"
2628 "\t\t\t\tif ($style eq \"italic\") { print '\\itshape'; }\n"
2629 "\t\t\t\tif ($style eq \"code\") { print '\\ttfamily'; }\n"
2631 "\t\t\t\tif ($style eq \"bold\") { print '\\mdseries'; }\n"
2632 "\t\t\t\tif ($style eq \"italic\") { print '\\upshape'; }\n"
2633 "\t\t\t\tif ($style eq \"code\") { print '\\rmfamily'; }\n"
2635 "\t\t\tprint '{}';\n"
2636 "\t\t} elsif ($type eq \"symbol\") {\n"
2637 "\t\t\tmy $symbol = $$item{symbol};\n"
2638 "\t\t\tif ($symbol eq \"copyright\") { print '\\copyright'; }\n"
2639 "\t\t\telsif ($symbol eq \"szlig\") { print '\\ss'; }\n"
2640 "\t\t\tprint '{}';\n"
2641 "\t\t} elsif ($type eq \"accent\") {\n"
2642 "\t\t\tmy ($accent) = $$item{accent};\n"
2643 "\t\t\tif ($accent eq \"umlaut\") { print '\\\"'; }\n"
2644 "\t\t\telsif ($accent eq \"acute\") { print '\\\\\\''; }\n"
2645 "\t\t\telsif ($accent eq \"grave\") { print '\\`'; }\n"
2646 "\t\t\telsif ($accent eq \"circ\") { print '\\^'; }\n"
2647 "\t\t\telsif ($accent eq \"tilde\") { print '\\~'; }\n"
2648 "\t\t\telsif ($accent eq \"cedilla\") { print '\\c'; }\n"
2649 "\t\t\telsif ($accent eq \"ring\") { print '\\r'; }\n"
2650 "\t\t\tprint \"{\" . $$item{letter} . \"}\"; \n"
2651 "\t\t} elsif ($type eq \"list\") {\n"
2652 "\t\t\tmy $env = ($$item{style} eq \"ordered\") ? \"enumerate\" : \"itemize\";\n"
2653 "\t\t\tprint \"\\n\\\\begin{\" . $env .\"}\";\n"
2654 "\t\t \tfor my $subitem (@{$$item{content}}) {\n"
2655 "\t\t\t\tprint \"\\n\\\\item \";\n"
2656 "\t\t\t\tgenerate_doc($subitem);\n"
2658 "\t\t\tprint \"\\n\\\\end{\" . $env .\"}\";\n"
2659 "\t\t} elsif ($type eq \"url\") {\n"
2660 "\t\t\tlatex_quote($$item{content});\n"
2665 "sub generate($$) {\n"
2666 "\tmy ($item, $node) = @_;\n"
2667 "\tmy ($type, $name) = @$node[0, 1];\n"
2668 "\tif ($type eq \"string\") {\n"
2669 "\t\tprint \"\\\\\" . $name . \"{\";\n"
2670 "\t\tlatex_quote($item);\n"
2671 "\t\tprint \"}\";\n"
2672 "\t} elsif ($type eq \"doc\") {\n"
2673 "\t\tif (@$item) {\n"
2674 "\t\t\tprint \"\\\\\" . $name . \"{\";\n"
2675 "\t\t\tgenerate_doc($item);\n"
2676 "\t\t\tprint \"}%\\n\";\n"
2678 "#\t\t\tprint \"\\\\\" . $name . \"Empty%\\n\";\n"
2680 "\t} elsif ($type eq \"hash\") {\n"
2681 "\t\tmy ($key, $value);\n"
2682 "\t\twhile (($key, $subnode) = each %{$$node[2]}) {\n"
2683 "\t\t\tmy $subname = $$subnode[1];\n"
2684 "\t\t\tprint \"\\\\Defcs{field\" . $subname . \"}{\";\n"
2685 "\t\t\tif ($$item{$key}) {\n"
2686 "\t\t\t\tgenerate($$item{$key}, $subnode);\n"
2688 "#\t\t\t\t\tprint \"\\\\\" . $subname . \"Empty%\\n\";\n"
2690 "\t\t\tprint \"}%\\n\";\n"
2692 "\t\tprint \"\\\\\" . $name . \"%\\n\";\n"
2693 "\t} elsif ($type eq \"list\") {\n"
2694 "\t\tmy $index = 0;\n"
2695 "\t\tif (@$item) {\n"
2696 "\t\t\tprint \"\\\\\" . $name . \"{%\\n\";\n"
2697 "\t\t\tfor my $subitem (@$item) {\n"
2698 "\t\t\t\tif ($index) {\n"
2699 "\t\t\t\t\tprint \"\\\\\" . $name . \"Sep%\\n\";\n"
2701 "\t\t\t\tgenerate($subitem, $$node[2]);\n"
2702 "\t\t\t\t$index++;\n"
2704 "\t\t\tprint \"}%\\n\";\n"
2706 "#\t\t\tprint \"\\\\\" . $name . \"Empty%\\n\";\n"
2711 "generate($doxydocs, $doxystructure);\n";
2718 std::ofstream doxyFormatTexStream;
2722 doxyFormatTexStream <<
2723 "\\def\\Defcs#1{\\long\\expandafter\\def\\csname#1\\endcsname}\n"
2724 "\\Defcs{Empty}{}\n"
2725 "\\def\\IfEmpty#1{\\expandafter\\ifx\\csname#1\\endcsname\\Empty}\n"
2727 "\\def\\StringNode#1{\\Defcs{#1}##1{##1}}\n"
2728 "\\def\\DocNode#1{\\Defcs{#1}##1{##1}}\n"
2729 "\\def\\ListNode#1{\\Defcs{#1}##1{##1}\\Defcs{#1Sep}{}}\n"
2730 "\\def\\HashNode#1{\\Defcs{#1}{}}\n"
2735 "\\dimendef\\DimenA=151\\relax\n"
2736 "\\dimendef\\DimenB=152\\relax\n"
2737 "\\countdef\\ZoneDepth=151\\relax\n"
2739 "\\def\\Cs#1{\\csname#1\\endcsname}\n"
2740 "\\def\\Letcs#1{\\expandafter\\let\\csname#1\\endcsname}\n"
2741 "\\def\\Heading#1{\\vskip 4mm\\relax\\textbf{#1}}\n"
2742 "\\def\\See#1{\\begin{flushleft}\\Heading{See also: }#1\\end{flushleft}}\n"
2744 "\\def\\Frame#1{\\vskip 3mm\\relax\\fbox{ \\vbox{\\hsize0.95\\hsize\\vskip 1mm\\relax\n"
2745 "\\raggedright#1\\vskip 0.5mm\\relax} }}\n"
2747 "\\def\\Zone#1#2#3{%\n"
2748 "\\Defcs{Test#1}{#2}%\n"
2749 "\\Defcs{Emit#1}{#3}%\n"
2751 "\\advance\\ZoneDepth1\\relax\n"
2752 "\\Letcs{Mode\\number\\ZoneDepth}0\\relax\n"
2753 "\\Letcs{Present\\number\\ZoneDepth}0\\relax\n"
2755 "\\expandafter\\if\\Cs{Present\\number\\ZoneDepth}1%\n"
2756 "\\advance\\ZoneDepth-1\\relax\n"
2757 "\\Letcs{Present\\number\\ZoneDepth}1\\relax\n"
2758 "\\expandafter\\if\\Cs{Mode\\number\\ZoneDepth}1%\n"
2759 "\\advance\\ZoneDepth1\\relax\n"
2760 "\\Letcs{Mode\\number\\ZoneDepth}1\\relax\n"
2762 "\\advance\\ZoneDepth-1\\relax\\fi\n"
2763 "\\advance\\ZoneDepth1\\relax\\fi\n"
2764 "\\advance\\ZoneDepth-1\\relax}}\n"
2766 "\\def\\Member#1#2{%\n"
2767 "\\Defcs{Test#1}{\\Cs{field#1Detailed}\n"
2768 "\\IfEmpty{field#1DetailedDoc}\\else\\Letcs{Present#1}1\\fi}\n"
2769 "\\Defcs{#1}{\\Letcs{Present#1}0\\relax\n"
2770 "\\Cs{Test#1}\\if1\\Cs{Present#1}\\Letcs{Present\\number\\ZoneDepth}1\\relax\n"
2771 "\\if1\\Cs{Mode\\number\\ZoneDepth}#2\\fi\\fi}}\n"
2773 "\\def\\TypedefMemberList#1#2{%\n"
2774 "\\Defcs{#1DetailedDoc}##1{\\vskip 5.5mm\\relax##1}%\n"
2775 "\\Defcs{#1Name}##1{\\textbf{##1}}%\n"
2776 "\\Defcs{#1See}##1{\\See{##1}}%\n"
2778 "\\Zone{#1s}{\\Cs{field#1List}}{\\subsubsection{#2}\\Cs{field#1List}}%\n"
2779 "\\Member{#1}{\\Frame{typedef \\Cs{field#1Type} \\Cs{field#1Name}}%\n"
2780 "\\Cs{field#1DetailedDoc}\\Cs{field#1See}\\vskip 5mm\\relax}}%\n"
2782 "\\def\\VariableMemberList#1#2{%\n"
2783 "\\Defcs{#1DetailedDoc}##1{\\vskip 5.5mm\\relax##1}%\n"
2784 "\\Defcs{#1Name}##1{\\textbf{##1}}%\n"
2785 "\\Defcs{#1See}##1{\\See{##1}}%\n"
2787 "\\Zone{#1s}{\\Cs{field#1List}}{\\subsubsection{#2}\\Cs{field#1List}}%\n"
2788 "\\Member{#1}{\\Frame{\\Cs{field#1Type}{} \\Cs{field#1Name}}%\n"
2789 "\\Cs{field#1DetailedDoc}\\Cs{field#1See}\\vskip 5mm\\relax}}%\n"
2791 "\\def\\FunctionMemberList#1#2{%\n"
2792 "\\Defcs{#1PDParamName}##1{\\textit{##1}}%\n"
2793 "\\Defcs{#1PDParam}{\\Cs{field#1PDParamName}}%\n"
2794 "\\Defcs{#1PDParamsSep}{, }%\n"
2795 "\\Defcs{#1PDBlocksSep}{\\vskip 2mm\\relax}%\n"
2797 "\\Defcs{#1PDBlocks}##1{%\n"
2798 "\\Heading{Parameters:}\\vskip 1.5mm\\relax\n"
2799 "\\DimenA0pt\\relax\n"
2800 "\\Defcs{#1PDBlock}{\\setbox\\BoxA\\hbox{\\Cs{field#1PDParams}}%\n"
2801 "\\ifdim\\DimenA<\\wd\\BoxA\\DimenA\\wd\\BoxA\\fi}%\n"
2803 "\\advance\\DimenA3mm\\relax\n"
2804 "\\DimenB\\hsize\\advance\\DimenB-\\DimenA\\relax\n"
2805 "\\Defcs{#1PDBlock}{\\hbox to\\hsize{\\vtop{\\hsize\\DimenA\\relax\n"
2806 "\\Cs{field#1PDParams}}\\hfill\n"
2807 "\\vtop{\\hsize\\DimenB\\relax\\Cs{field#1PDDoc}}}}%\n"
2810 "\\Defcs{#1ParamName}##1{\\textit{##1}}\n"
2811 "\\Defcs{#1Param}{\\Cs{field#1ParamType}{} \\Cs{field#1ParamName}}\n"
2812 "\\Defcs{#1ParamsSep}{, }\n"
2814 "\\Defcs{#1Name}##1{\\textbf{##1}}\n"
2815 "\\Defcs{#1See}##1{\\See{##1}}\n"
2816 "\\Defcs{#1Return}##1{\\Heading{Returns: }##1}\n"
2817 "\\Defcs{field#1Title}{\\Frame{\\Cs{field#1Type}{} \\Cs{field#1Name}(\\Cs{field#1Params})}}%\n"
2819 "\\Zone{#1s}{\\Cs{field#1List}}{\\subsubsection{#2}\\Cs{field#1List}}%\n"
2821 "\\Cs{field#1Title}\\vskip 6mm\\relax\\Cs{field#1DetailedDoc}\n"
2822 "\\Cs{field#1Return}\\Cs{field#1PDBlocks}\\Cs{field#1See}\\vskip 5mm\\relax}}\n"
2824 "\\def\\FileDetailed{\\fieldFileDetailedDoc\\par}\n"
2825 "\\def\\ClassDetailed{\\fieldClassDetailedDoc\\par}\n"
2827 "\\def\\FileSubzones{\\fieldFileTypedefs\\fieldFileVariables\\fieldFileFunctions}\n"
2829 "\\def\\ClassSubzones{%\n"
2830 "\\fieldClassPublicTypedefs\\fieldClassPublicMembers\\fieldClassPublicMethods\n"
2831 "\\fieldClassProtectedTypedefs\\fieldClassProtectedMembers\\fieldClassProtectedMethods\n"
2832 "\\fieldClassPrivateTypedefs\\fieldClassPrivateMembers\\fieldClassPrivateMethods}\n"
2834 "\\Member{Page}{\\subsection{\\fieldPageName}\\fieldPageDetailedDoc}\n"
2836 "\\TypedefMemberList{FileTypedef}{Typedefs}\n"
2837 "\\VariableMemberList{FileVariable}{Variables}\n"
2838 "\\FunctionMemberList{FileFunction}{Functions}\n"
2839 "\\Zone{File}{\\FileSubzones}{\\subsection{\\fieldFileName}\\fieldFileDetailed\\FileSubzones}\n"
2841 "\\TypedefMemberList{ClassPublicTypedef}{Public Typedefs}\n"
2842 "\\TypedefMemberList{ClassProtectedTypedef}{Protected Typedefs}\n"
2843 "\\TypedefMemberList{ClassPrivateTypedef}{Private Typedefs}\n"
2844 "\\VariableMemberList{ClassPublicMember}{Public Members}\n"
2845 "\\VariableMemberList{ClassProtectedMember}{Protected Members}\n"
2846 "\\VariableMemberList{ClassPrivateMember}{Private Members}\n"
2847 "\\FunctionMemberList{ClassPublicMethod}{Public Methods}\n"
2848 "\\FunctionMemberList{ClassProtectedMethod}{Protected Methods}\n"
2849 "\\FunctionMemberList{ClassPrivateMethod}{Private Methods}\n"
2850 "\\Zone{Class}{\\ClassSubzones}{\\subsection{\\fieldClassName}\\fieldClassDetailed\\ClassSubzones}\n"
2852 "\\Zone{AllPages}{\\fieldPages}{\\section{Pages}\\fieldPages}\n"
2853 "\\Zone{AllFiles}{\\fieldFiles}{\\section{Files}\\fieldFiles}\n"
2854 "\\Zone{AllClasses}{\\fieldClasses}{\\section{Classes}\\fieldClasses}\n"
2856 "\\newlength{\\oldparskip}\n"
2857 "\\newlength{\\oldparindent}\n"
2858 "\\newlength{\\oldfboxrule}\n"
2860 "\\ZoneDepth0\\relax\n"
2861 "\\Letcs{Mode0}1\\relax\n"
2863 "\\def\\EmitDoxyDocs{%\n"
2864 "\\setlength{\\oldparskip}{\\parskip}\n"
2865 "\\setlength{\\oldparindent}{\\parindent}\n"
2866 "\\setlength{\\oldfboxrule}{\\fboxrule}\n"
2867 "\\setlength{\\parskip}{0cm}\n"
2868 "\\setlength{\\parindent}{0cm}\n"
2869 "\\setlength{\\fboxrule}{1pt}\n"
2870 "\\AllPages\\AllFiles\\AllClasses\n"
2871 "\\setlength{\\parskip}{\\oldparskip}\n"
2872 "\\setlength{\\parindent}{\\oldparindent}\n"
2873 "\\setlength{\\fboxrule}{\\oldfboxrule}}\n";
2880 std::ofstream doxyLatexTexStream;
2884 doxyLatexTexStream <<
2885 "\\documentclass[a4paper,12pt]{article}\n"
2886 "\\usepackage[latin1]{inputenc}\n"
2887 "\\usepackage[none]{hyphenat}\n"
2888 "\\usepackage[T1]{fontenc}\n"
2889 "\\usepackage{hyperref}\n"
2890 "\\usepackage{times}\n"
2892 "\\input{doxyformat}\n"
2894 "\\begin{document}\n"
2898 "\\end{document}\n";
This class represents an function or template argument list.
bool hasParameters() const
bool constSpecifier() const
bool volatileSpecifier() const
A abstract class representing of a compound symbol.
virtual const ArgumentList & templateArguments() const =0
Returns the template arguments of this class.
virtual const BaseClassList & baseClasses() const =0
Returns the list of base classes from which this class directly inherits.
virtual DString compoundTypeString() const =0
Returns the type of compound as a string.
virtual MemberList * getMemberList(MemberListType lt) const =0
Returns the members in the list identified by lt.
virtual const MemberNameInfoLinkedMap & memberNameInfoLinkedMap() const =0
Returns a dictionary of all members.
virtual bool isImplicitTemplateInstance() const =0
virtual const MemberGroupList & getMemberGroups() const =0
Returns the member groups defined for this class.
virtual ClassLinkedRefMap getClasses() const =0
returns the classes nested into this class
virtual const IncludeInfo * includeInfo() const =0
virtual const BaseClassList & subClasses() const =0
Returns the list of sub classes that directly derive from this class.
virtual DString initializer() const =0
virtual ArgumentList getTemplateParameterList() const =0
virtual const IncludeInfo * includeInfo() const =0
A String class for use with Doxygen wrapping std::string and adding some additional functionality off...
DString & setNum(short n)
DString mid(size_t index, size_t len=npos) const
bool empty() const
Returns true iff the string is empty (std::string compatible alias for isEmpty()).
char & at(size_t i)
Returns a reference to the character at index i.
DString & sprintf(const char *format,...)
DString stripWhiteSpace() const
returns a copy of this string with leading and trailing whitespace removed
const char * data() const
Returns a pointer to the contents of the string in the form of a 0-terminated C string.
The common base class of all entity definitions found in the sources.
virtual DString briefDescription(bool abbreviate=false) const =0
virtual int getEndBodyLine() const =0
virtual DString briefFile() const =0
virtual SrcLangExt getLanguage() const =0
Returns the programming language this definition was written in.
virtual int docLine() const =0
virtual DString getDefFileName() const =0
virtual DString documentation() const =0
virtual int getDefLine() const =0
virtual const DString & name() const =0
virtual int briefLine() const =0
virtual bool isAnonymous() const =0
virtual Definition * getOuterScope() const =0
virtual DString docFile() const =0
virtual int getStartBodyLine() const =0
virtual bool isReference() const =0
Class representing a directory in the file system.
static std::string currentDirPath()
std::string absPath() const
bool mkdir(const std::string &path, bool acceptsAbsPath=true) const
void setPath(const std::string &path)
Node representing an anchor.
Node representing an auto List.
bool isCheckedList() const
Node representing an item of a auto list.
Node representing a citation of some bibliographic reference.
CiteInfoOption option() const
Node representing a dia file.
Node representing a dot file.
Node representing an emoji.
Node representing a Hypertext reference.
Node representing a horizontal ruler.
Node representing an HTML blockquote.
Node representing a HTML table caption.
Node representing a HTML table cell.
Node representing a HTML description data.
Node representing a Html description list.
Node representing a Html description item.
Node representing a Html list.
const HtmlAttribList & attribs() const
Node representing a HTML list item.
const HtmlAttribList & attribs() const
Node representing a HTML table row.
Node representing a HTML table.
const DocNodeVariant * caption() const
Node representing an image.
Node representing a include/dontinclude operator block.
Node representing an included text block from file.
Node representing an entry in the index.
Node representing an internal section of documentation.
Node representing an internal reference to some item.
Node representing a line break.
Node representing a link to some item.
Node representing a word that can be linked to something.
Node representing a mermaid file.
Node representing a msc file.
Class representing the abstract syntax tree of a documentation block.
DocNodeVariant * parent()
Node representing an block of paragraphs.
Node representing a paragraph in the documentation tree.
Node representing a parameter list.
const DocNodeList & parameters() const
DocParamSect::Direction direction() const
const DocNodeList & paragraphs() const
Node representing a parameter section.
bool hasInOutSpecifier() const
Node representing a uml file.
Node representing a reference to some item.
DString targetTitle() const
Root node of documentation tree.
Node representing a reference to a section.
Node representing a list of section references.
Node representing a normal section.
const DocNodeVariant * title() const
Node representing a separator.
Node representing a simple list.
Node representing a simple list item.
const DocNodeVariant * paragraph() const
Node representing a simple section.
const DocNodeVariant * title() const
Node representing a separator between two simple sections of the same type.
Node representing a style change.
Node representing a special symbol.
HtmlEntityMapper::SymType symbol() const
Root node of a text fragment.
Node representing a simple section title.
Node representing a URL (or email address).
Node representing a verbatim, unparsed text fragment.
Node representing a VHDL flow chart.
Node representing some amount of white space.
Node representing a word.
Node representing an item of a cross-referenced list.
Representation of a class inheritance or dependency graph.
static NamespaceLinkedMap * namespaceLinkedMap
static ConceptLinkedMap * conceptLinkedMap
static std::unique_ptr< PageDef > mainPage
static FileNameLinkedMap * inputNameLinkedMap
static ClassLinkedMap * classLinkedMap
static PageLinkedMap * pageLinkedMap
static GroupLinkedMap * groupLinkedMap
const char * name(int index) const
Access routine to the name of the Emoji entity.
static EmojiEntityMapper & instance()
Returns the one and only instance of the Emoji entity mapper.
A model of a file symbol.
virtual const MemberGroupList & getMemberGroups() const =0
virtual const DString & docName() const =0
virtual const IncludeInfoList & includeFileList() const =0
virtual MemberList * getMemberList(MemberListType lt) const =0
virtual const IncludeInfoList & includedByFileList() const =0
A model of a group of symbols.
virtual DString groupTitle() const =0
virtual const GroupList & getSubGroups() const =0
virtual const FileList & getFiles() const =0
virtual const MemberGroupList & getMemberGroups() const =0
virtual const ConceptLinkedRefMap & getConcepts() const =0
virtual const PageLinkedRefMap & getPages() const =0
virtual const NamespaceLinkedRefMap & getNamespaces() const =0
virtual const ClassLinkedRefMap & getClasses() const =0
virtual MemberList * getMemberList(MemberListType lt) const =0
virtual const ModuleLinkedRefMap & getModules() const =0
const PerlSymb * perl(SymType symb) const
Access routine to the perl struct with the perl code of the HTML entity.
static HtmlEntityMapper & instance()
Returns the one and only instance of the HTML entity mapper.
const T * find(const std::string &key) const
A model of a class/file/namespace member symbol.
virtual DString argsString() const =0
virtual const ClassDef * getClassDef() const =0
virtual DString excpString() const =0
virtual const DString & initializer() const =0
virtual const MemberVector & enumFieldList() const =0
virtual const ArgumentList & argumentList() const =0
virtual const MemberVector & reimplementedBy() const =0
virtual DString bitfieldString() const =0
virtual bool isStatic() const =0
virtual const MemberDef * reimplements() const =0
virtual Protection protection() const =0
virtual MemberType memberType() const =0
virtual DString enumBaseType() const =0
virtual DString typeString() const =0
virtual Specifier virtualness(int count=0) const =0
virtual const ArgumentList & declArgumentList() const =0
A list of MemberDef objects as shown in documentation sections.
A vector of MemberDef object.
bool empty() const noexcept
virtual MemberList * getMemberList(MemberListType lt) const =0
virtual const MemberGroupList & getMemberGroups() const =0
virtual FileList getUsedFiles() const =0
virtual const ConceptLinkedRefMap & getConcepts() const =0
virtual const ClassLinkedRefMap & getClasses() const =0
static ModuleManager & instance()
An abstract interface of a namespace symbol.
virtual MemberList * getMemberList(MemberListType lt) const =0
virtual NamespaceLinkedRefMap getNamespaces() const =0
virtual ClassLinkedRefMap getClasses() const =0
virtual const MemberGroupList & getMemberGroups() const =0
A model of a page symbol.
Concrete visitor implementation for PerlMod output.
void openItem(const DString &)
PerlModDocVisitor(PerlModOutput &)
void visitChildren(const T &t)
void openSubBlock(const DString &=DString())
void addLink(const DString &ref, const DString &file, const DString &anchor)
void singleItem(const DString &)
void operator()(const DocWord &)
void generatePerlModForPage(PageDef *pi)
DString pathDoxyLatexStructurePL
DString pathDoxyStructureTex
void generatePerlModForMember(const MemberDef *md, const Definition *)
bool generateDoxyFormatTex()
bool generateDoxyLatexTex()
bool createOutputDir(Dir &perlModDir)
void generatePerlModForClass(const ClassDef *cd)
bool generatePerlModOutput()
void generatePerlModForModule(const ModuleDef *mod)
DString pathDoxyFormatTex
DString pathDoxyStructurePM
void generatePerlModForNamespace(const NamespaceDef *nd)
void generatePerlModSection(const Definition *d, MemberList *ml, const DString &name, const DString &header=DString())
PerlModGenerator(bool pretty)
void addIncludeInfo(const IncludeInfo *ii)
void addListOfAllMembers(const ClassDef *cd)
bool generateDoxyStructurePM()
bool generateDoxyLatexPL()
void generatePerlModForGroup(const GroupDef *gd)
void generatePerlModForFile(const FileDef *fd)
void generatePerlModForConcept(const ConceptDef *cd)
bool generateDoxyLatexStructurePL()
void generatePerlUserDefinedSection(const Definition *d, const MemberGroupList &mgl)
bool createOutputFile(std::ofstream &f, const DString &s)
PerlModOutput & closeList()
PerlModOutput & add(char c)
char m_spaces[PERLOUTPUT_MAX_INDENTATION *2+2]
PerlModOutput & addQuoted(const DString &s)
PerlModOutput(bool pretty)
PerlModOutput & addFieldQuotedString(const DString &field, const DString &content)
void iaddQuoted(const DString &)
PerlModOutputStream * m_stream
PerlModOutput & open(char c, const DString &s=DString())
PerlModOutput & add(DString &s)
PerlModOutput & continueBlock()
PerlModOutput & add(int n)
PerlModOutput & openList(const DString &s=DString())
void iaddField(const DString &)
PerlModOutput & addFieldBoolean(const DString &field, bool content)
void iaddFieldQuotedString(const DString &, const DString &)
void iaddFieldQuotedChar(const DString &, char)
PerlModOutput & openHash(const DString &s=DString())
PerlModOutput & add(const DString &s)
void iopen(char, const DString &)
void setPerlModOutputStream(PerlModOutputStream *os)
PerlModOutput & close(char c=0)
PerlModOutput & closeHash()
PerlModOutput & addFieldQuotedChar(const DString &field, char content)
PerlModOutput & addField(const DString &s)
PerlModOutput & add(unsigned int n)
PerlModOutputStream(std::ostream &t)
class that provide information about a section.
static SectionManager & instance()
returns a reference to the singleton
#define Config_getBool(name)
#define Config_getString(name)
#define NON_COPYABLE(cls)
Macro to help implementing the rule of 5 for a non-copyable & movable class.
IDocParserPtr createDocParser()
factory function to create a parser
IDocNodeASTPtr validatingParseDoc(IDocParser &parserIntf, const DString &fileName, int startLine, const Definition *ctx, const MemberDef *md, const DString &input, const DocOptions &options)
const char * qPrint(const char *s)
std::ofstream openOutputStream(const DString &name, bool append=false)
static const char * getVirtualnessName(Specifier virt)
static void addTemplateList(const ClassDef *cd, PerlModOutput &output)
static DString pathDoxyExec
void setPerlModDoxyfile(const DString &qs)
static const char * getProtectionName(Protection prot)
static void addTemplateArgumentList(const ArgumentList &al, PerlModOutput &output, const DString &)
static DString pathDoxyfile
static void addPerlModDocBlock(PerlModOutput &output, const DString &name, const DString &fileName, int lineNr, const Definition *scope, const MemberDef *md, const DString &text)
#define PERLOUTPUT_MAX_INDENTATION
Portable versions of functions that are platform dependent.
This class contains the information about the argument of a function or template.
Helper class to pass options when calling OutputList::generateDoc().
Class representing the data associated with a #include statement.
DString filterTitle(const DString &title)
A bunch of utility functions.