From 0039c7fec657a947f6aef4557686ee4a16b70dd0 Mon Sep 17 00:00:00 2001 From: Dimitri Stolnikov Date: Thu, 30 May 2013 15:26:47 +0200 Subject: [PATCH] docs: rename core to runtime From: Dimitri Stolnikov Signed-off-by: Sylvain Munaut --- docs/doxygen/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in index fe81841..15bcc1b 100644 --- a/docs/doxygen/Doxyfile.in +++ b/docs/doxygen/Doxyfile.in @@ -679,7 +679,7 @@ INPUT_FILTER = # info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER # is applied to all files. -FILTER_PATTERNS = *.py=@top_srcdir@/gnuradio-core/doc/other/doxypy.py +FILTER_PATTERNS = *.py=@top_srcdir@/gnuradio-runtime/doc/other/doxypy.py # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using # INPUT_FILTER) will be used to filter the input files when producing source