summaryrefslogtreecommitdiff
path: root/gr-analog/doc/analog.dox
diff options
context:
space:
mode:
authorBogdan Radulescu <bogdan@nimblex.net>2018-02-03 13:30:58 +0100
committerMartin Braun <martin.braun@ettus.com>2018-02-03 13:30:58 +0100
commit3c177dbe3b93dc9a5db27f9b53417a28a1ead6ad (patch)
treef25c24b0d2127d0dc750e53e669e4d5c2e071116 /gr-analog/doc/analog.dox
parenta0adcd3347c7ffd6ef3c42ce7705a23978774d3b (diff)
Rename subdir doc to docs where appropriate
This makes the subdir naming consistent across modules.
Diffstat (limited to 'gr-analog/doc/analog.dox')
-rw-r--r--gr-analog/doc/analog.dox23
1 files changed, 0 insertions, 23 deletions
diff --git a/gr-analog/doc/analog.dox b/gr-analog/doc/analog.dox
deleted file mode 100644
index b6ce1c2478..0000000000
--- a/gr-analog/doc/analog.dox
+++ /dev/null
@@ -1,23 +0,0 @@
-/*! \page page_analog Analog Modulation
-
-\section analog_introduction Introduction
-This is the gr-analog package. It contains all of the analog
-modulation blocks, utilities, and examples. To use the analog blocks,
-the Python namespaces is in gnuradio.analog, which would be normally
-imported as:
-
-\code
- from gnuradio import analog
-\endcode
-
-See the Doxygen documentation for details about the blocks available
-in this package.
-
-A quick listing of the details can be found in Python after importing
-by using:
-
-\code
- help(analog)
-\endcode
-
-*/