]> git.lyx.org Git - lyx.git/blobdiff - src/support/debug.h
Amend d8f540f51
[lyx.git] / src / support / debug.h
index 2306524ca195917197c7ba7a4dd9df73ff18a963..e284b9496e8c67e074776699abce8032e7b10472 100644 (file)
@@ -130,9 +130,14 @@ namespace Debug {
        /// Return description of level
        std::string const description(Type val);
 
-       /// Return name of level
+       /// Return name of level from value. In case of aliases,
+       /// this returns the first entry found
        std::string const name(Type val);
 
+       /// Return name of level from index, in case of aliases
+       /// this is unambiguous
+       std::string const realName(int i);
+
        /// Display the tags and descriptions of the current debug level
        void showLevel(std::ostream & os, Type level);