]> git.lyx.org Git - features.git/blobdiff - src/lyxfunc.h
Add comments WRT to where the function implementations are.
[features.git] / src / lyxfunc.h
index 399d0739d210142d16f52f42a897b0a087579d9e..428709ce1571bc0aa9b64527f83d26b8718d6abd 100644 (file)
@@ -119,8 +119,10 @@ extern LyXFunc & theLyXFunc();
 
 namespace lyx {
 
+/// Implementation is in frontends/Application.C
 extern FuncStatus getStatus(FuncRequest const & action);
 
+/// Implementation is in frontends/Application.C
 extern void dispatch(FuncRequest const & action);
 }