]> sigrok.org Git - libsigrok.git/blobdiff - src/log.c
drivers: Drop unneeded or duplicate comments.
[libsigrok.git] / src / log.c
index 3cbbe17be537d2776c207f2de5a6f65327a70c36..cdf2293bdeb32b012d43548545c44c058eb15a1b 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <config.h>
@@ -25,7 +24,9 @@
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
+/** @cond PRIVATE */
 #define LOG_PREFIX "log"
+/** @endcond */
 
 /**
  * @file