Skip to content

Commit

Permalink
Merge pull request #2217 from AllenInstitute/bugfix/2217-upgrade-doxygen
Browse files Browse the repository at this point in the history
Fix documentation for newer doxygen versions
  • Loading branch information
t-b authored Aug 7, 2024
2 parents c72f27f + 76d288d commit a2063f9
Show file tree
Hide file tree
Showing 24 changed files with 471 additions and 467 deletions.
6 changes: 3 additions & 3 deletions Packages/MIES/MIES_AnalysisFunctions_PatchSeq.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
/// See also :ref:`epoch_time_specialities`.
/// \endrst
///
/// Textual results entries stored by the sweep formula ``store`` operation with the names ``Sweep Formula store [XXX]``:
/// Textual results entries stored by the sweep formula `store` operation with the names `Sweep Formula store [XXX]`:
///
/// \rst
///
Expand Down Expand Up @@ -182,14 +182,14 @@ static Constant PSQ_DA_FALLBACK_DASCALE_RANGE_FAC = 1.5

/// @name Type constants for PSQ_DS_GetLabnotebookData
/// @anchor PSQDAScaleAdaptiveLBNTypeConstants
/// @{
///@{
static Constant PSQ_DS_FI_SLOPE = 0x1
static Constant PSQ_DS_FI_SLOPE_REACHED_PASS = 0x2
static Constant PSQ_DS_SWEEP_PASS = 0x3
static Constant PSQ_DS_SWEEP = 0x4
static Constant PSQ_DS_APFREQ = 0x5
static Constant PSQ_DS_DASCALE = 0x6
/// @}
///@}

/// @brief Fills `s` according to the analysis function type
Function PSQ_GetPulseSettingsForType(type, s)
Expand Down
4 changes: 2 additions & 2 deletions Packages/MIES/MIES_Async.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static Constant ASYNC_MAX_THREADS = 64
static Constant ASYNC_SLEEP_ON_WAIT = 0.01

/// @name Variable names for free data folder structure
/// @{
///@{
static StrConstant ASYNC_THREAD_MARKER_STR = "threadDFMarker"
static StrConstant ASYNC_WORKERFUNC_STR = "WorkerFunc"
static StrConstant ASYNC_READOUTFUNC_STR = "ReadOutFunc"
Expand All @@ -30,7 +30,7 @@ static StrConstant ASYNC_ABORTFLAG_STR = "abortFlag"
static StrConstant ASYNC_ERROR_STR = "err"
static StrConstant ASYNC_ERRORMSG_STR = "errmsg"
static StrConstant ASYNC_WLCOUNTER_STR = "workloadClassCounter"
/// @}
///@}

/// @brief Starts the Async Framework with numThreads parallel threads.
///
Expand Down
4 changes: 2 additions & 2 deletions Packages/MIES/MIES_Cache.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

/// @name Cache key generators
/// @anchor CacheKeyGenerators
/// @{
///@{

/// @brief Cache key generator for recreated epochs wave
Function/S CA_KeyRecreatedEpochs(WAVE numericalValues, WAVE/T textualValues, DFREF sweepDFR, variable sweepNo)
Expand Down Expand Up @@ -507,7 +507,7 @@ Function/S CA_GetLabnotebookNamesKey(WAVE/T/Z textualValues, WAVE/T/Z numericalV
return "Version 1:" + Hash(key, HASH_SHA2_256)
End

/// @}
///@}

/// @brief Make space for one new entry in the cache waves
///
Expand Down
4 changes: 2 additions & 2 deletions Packages/MIES/MIES_Configuration.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ static Constant EXPCONFIG_MIDDLEEXP_OFF = 0
static Constant EXPCONFIG_MIDDLEEXP_ON = 1

/// @brief Parameters for CONF_GetSettingsPath()
/// @{
///@{
static Constant CONF_AUTO_LOADER_GLOBAL = 0x0
static Constant CONF_AUTO_LOADER_USER = 0x1
/// @}
///@}

static StrConstant CONF_AUTO_LOADER_USER_PATH = "C:ProgramData:AllenInstitute:MIES:Settings"

Expand Down
Loading

0 comments on commit a2063f9

Please sign in to comment.