]> git.lyx.org Git - features.git/blobdiff - src/output_xhtml.h
Update XHTML debugging code a bit.
[features.git] / src / output_xhtml.h
index 2b1704742c9177598b05ec5fe46d53eaa9790bdc..57a2b2b8356a0f478fcda20f4c98b38de36c786b 100644 (file)
@@ -241,12 +241,10 @@ public:
        /// Sets what we are going to escape on the NEXT write.
        /// Everything is reset for the next time.
        XHTMLStream & operator<<(EscapeSettings);
-#if 0
        /// This routine is for debugging the tag stack, etc. Code
        /// for it is disabled by default, however, so you will need
        /// to enable it if you want to use it.
-       void dumpTagStack(std::string const & msg) const;
-#endif
+       void dumpTagStack(std::string const & msg);
 private:
        ///
        void clearTagDeque();