diff --git a/src/nucsyn/nucsyn_networks.def b/src/nucsyn/nucsyn_networks.def
index 7bc04310b08d49f53028c3cf1a4338f2747d3ec1..2821a3dff4853293975b2baf35b22754ba8375ec 100644
--- a/src/nucsyn/nucsyn_networks.def
+++ b/src/nucsyn/nucsyn_networks.def
@@ -6,14 +6,18 @@
  * List of nuclear networks used in binary_c
  *
  * Columns are:
+ *
  * 1: Code name
- * 2: Boolean: whether to burn by default (set in preferences->nucsyn_network[])
+ * 2: Boolean: whether to burn by default (set in
+ *    preferences->nucsyn_network[])
  * 3: String for logging
  * 4: function to call to do the burning with the Kaps-Rentrop solver
  * 5: function to call to do the burning with the LSODA solver
  * 6: function to call to do the burning with the CVODE solver
- * 7: function to test T,rho to determine whether we should attempt a burn (or NULL)
+ * 7: function to test T,rho and abundances to determine whether
+ *    we should attempt a burn (or NULL)
  */
+
 #ifdef __HAVE_LIBSUNDIALS_CVODE__
 #define _CVODE(X) (X)
 #else