]> granicus.if.org Git - graphviz/commitdiff
emit: doxygen comment
authorCosta Shulyupin <constantine.shulyupin@gmail.com>
Tue, 4 Oct 2022 15:30:41 +0000 (18:30 +0300)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 5 Oct 2022 15:04:03 +0000 (08:04 -0700)
lib/common/emit.c

index b807b9bcaf1f7c24d4f8b2a75f91642ba981ef2a..4874975c9ae0872ef3f6670bf588eca2995da396 100644 (file)
@@ -1,3 +1,8 @@
+/**
+ * @file
+ * @brief graphics code generator
+ */
+
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
@@ -8,10 +13,6 @@
  * Contributors: Details at https://graphviz.org
  *************************************************************************/
 
-/*
- *  graphics code generator
- */
-
 #include "config.h"
 #include <assert.h>
 #include <stdbool.h>