summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/inputstrlist.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-10-04 13:24:40 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-10-04 13:24:40 (GMT)
commit58d4ad3cd25569f09b31c4b80bc145477c6d61cb (patch)
tree9a71b0c23fc0d6f24fcc935bb9e02ec16a226334 /addon/doxywizard/inputstrlist.h
parentd7d4d5c443887cc63211febe40d43f26dfe41bc0 (diff)
downloadDoxygen-58d4ad3cd25569f09b31c4b80bc145477c6d61cb.zip
Doxygen-58d4ad3cd25569f09b31c4b80bc145477c6d61cb.tar.gz
Doxygen-58d4ad3cd25569f09b31c4b80bc145477c6d61cb.tar.bz2
Bug 702265 - Generated Doxyfile differs from result of doxygen -u
See to it that the output from 'doxygen' and 'doxywizard' give the same result, difference was only in whitespace. - space after '#' was already implemented - implemented now that line endings are conform text layout (Qt 3 name: IO_Translate, Qt 4 name: QIODevice::Text) - implement no space after '=' in case of an empty string or empty string list.
Diffstat (limited to 'addon/doxywizard/inputstrlist.h')
-rw-r--r--addon/doxywizard/inputstrlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addon/doxywizard/inputstrlist.h b/addon/doxywizard/inputstrlist.h
index 53f3bcc..c374092 100644
--- a/addon/doxywizard/inputstrlist.h
+++ b/addon/doxywizard/inputstrlist.h
@@ -55,6 +55,7 @@ class InputStrList : public QObject, public Input
void updateDependencies() {}
void writeValue(QTextStream &t,QTextCodec *codec);
void setTemplateDocs(const QString &docs) { m_tdocs = docs; }
+ bool isEmpty();
public slots:
void reset();