diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-07 10:16:32 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-04-07 10:16:32 -0400 |
commit | dd387a3708196f382f0c1e8041077bf94038ae98 (patch) | |
tree | ec5413075b009a5c60ce3d4b5f944af4b2baed02 /gr-digital/include/digital | |
parent | e234e2b2f5d366fd73dd09f106ca72e22315b0a6 (diff) |
docs: adds protection from generated files of components not configured.
Also removes a couple warnings in generating docs.
Diffstat (limited to 'gr-digital/include/digital')
-rw-r--r-- | gr-digital/include/digital/packet_header_default.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/include/digital/packet_header_default.h b/gr-digital/include/digital/packet_header_default.h index 793eeb70ee..64804e6d6a 100644 --- a/gr-digital/include/digital/packet_header_default.h +++ b/gr-digital/include/digital/packet_header_default.h @@ -85,7 +85,7 @@ namespace gr { /*! * \brief Inverse function to header_formatter(). * - * Reads the bit stream in \in and writes a corresponding tag into \p tags. + * Reads the bit stream in and writes a corresponding tag into \p tags. * */ bool header_parser( |