So Doxygen won't fuck up the docs.
This commit is contained in:
		@@ -74,7 +74,7 @@ void NeoComm_deinit();
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
int NeoComm_connect(const char *address, const unsigned short port);
 | 
					int NeoComm_connect(const char *address, const unsigned short port);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/*
 | 
				
			||||||
 * @brief Import a list of nodes from a node file and connect to them.
 | 
					 * @brief Import a list of nodes from a node file and connect to them.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @param node_file Path to the node list file.
 | 
					 * @param node_file Path to the node list file.
 | 
				
			||||||
@@ -84,7 +84,7 @@ int NeoComm_connect(const char *address, const unsigned short port);
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
//int NeoComm_import_nodes(const char *node_file);
 | 
					//int NeoComm_import_nodes(const char *node_file);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/*
 | 
				
			||||||
 * @brief Export current list of nodes into a file.
 | 
					 * @brief Export current list of nodes into a file.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @param node_file path to node list file.
 | 
					 * @param node_file path to node list file.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user