]> git.lyx.org Git - features.git/blobdiff - src/lyxlookup.h
make doc++ able to generate the source documentation for lyx
[features.git] / src / lyxlookup.h
index 5ed0e2e203dd23dfb2c03b561883b7c6ac89ccac..a2495b199310ddee33e46b7a08d756aa0cff88de 100644 (file)
 
 #include <X11/Xlib.h>
 
-// Initialize the compose key handling
+/// Initialize the compose key handling
 extern void InitLyXLookup(Display *, Window ) ;
 
-// Read a keysym and/or a string (like XLookupString)
+/// Read a keysym and/or a string (like XLookupString)
 extern int LyXLookupString(XEvent * event,    
                           char * buffer_return, int bytes_buffer,
                           KeySym * keysym_return);
 
-// Call this when you destroy your window
+/// Call this when you destroy your window
 extern void CloseLyXLookup();