Skip to content

Commit 8d22d41

Browse files
committed
fix minor doxygen comments
1 parent 7c7ce7d commit 8d22d41

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

xcsf/neural_layer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ layer_mutate(struct Layer *l)
222222
* @brief Resizes a layer using the previous layer's inputs
223223
* @param [in] l The layer to mutate.
224224
* @param [in] prev The layer prior to the one being mutated.
225-
* @return Whether any alterations were made.
226225
*/
227226
static inline void
228227
layer_resize(struct Layer *l, const struct Layer *prev)

xcsf/pybind_wrapper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,7 @@ class XCS
941941
/**
942942
* @brief Reads classifiers from a JSON file and adds to the population.
943943
* @param [in] filename Name of the input file.
944+
* @param [in] clean Whether to wipe existing population before insertion.
944945
*/
945946
void
946947
json_read(const std::string &filename, const bool clean)

0 commit comments

Comments
 (0)