angle brackets (< and >) not escaped in HTML formula alt text don't support longer key in bibtex math does not work in LaTeX with custom header and footer writeMemberNavIndex template calls static fixSpaces XML empty <argsstring/> in python XML not documenting a class in python add option to build latex without timestamps
28 lines
794 B
Diff
28 lines
794 B
Diff
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
|
|
index a2dd473..dadbb4f 100644
|
|
--- a/src/htmlgen.cpp
|
|
+++ b/src/htmlgen.cpp
|
|
@@ -1952,11 +1952,6 @@ static void endQuickIndexItem(FTextStream &t,const char *l)
|
|
t << "</li>\n";
|
|
}
|
|
|
|
-static QCString fixSpaces(const QCString &s)
|
|
-{
|
|
- return substitute(s," "," ");
|
|
-}
|
|
-
|
|
static bool quickLinkVisible(LayoutNavEntry::Kind kind)
|
|
{
|
|
static bool showFiles = Config_getBool("SHOW_FILES");
|
|
diff --git a/src/index.h b/src/index.h
|
|
index 150d23f..ace3614 100644
|
|
--- a/src/index.h
|
|
+++ b/src/index.h
|
|
@@ -284,5 +284,6 @@ void initNamespaceMemberIndices();
|
|
void addClassMemberNameToIndex(MemberDef *md);
|
|
void addFileMemberNameToIndex(MemberDef *md);
|
|
void addNamespaceMemberNameToIndex(MemberDef *md);
|
|
+QCString fixSpaces(const QCString &s);
|
|
|
|
#endif
|