From 352ab16413d51c655741cff927911f6126471198 Mon Sep 17 00:00:00 2001 From: Jan Theegarten Date: Wed, 25 Mar 2020 09:48:10 +0100 Subject: Add location to xml representation of pages. --- src/xmlgen.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp index bf5af84..794e5a2 100644 --- a/src/xmlgen.cpp +++ b/src/xmlgen.cpp @@ -1774,6 +1774,7 @@ static void generateXMLForPage(PageDef *pd,FTextStream &ti,bool isExample) // + name // + title // + documentation + // + location const char *kindName = isExample ? "example" : "page"; @@ -1904,6 +1905,8 @@ static void generateXMLForPage(PageDef *pd,FTextStream &ti,bool isExample) } t << " " << endl; + t << " getDefFileName())) << "\"/>" << endl; + t << " " << endl; t << "" << endl; -- cgit v0.12