Better marking for non standard cqi additions ins cqi js

This commit is contained in:
Patrick Jentsch 2023-06-30 12:55:32 +02:00
parent a7a948908f
commit c52c966863
3 changed files with 14 additions and 5 deletions

View File

@ -604,9 +604,12 @@ cqi.api.APIClient = class APIClient {
return await this.#request(fn_name, fn_args); return await this.#request(fn_name, fn_args);
} }
/** /**************************************************************************
* NOTE: The following functions are non standard implementations of nopaque * NOTE: The following is not included in the CQi specification. *
*/ **************************************************************************/
/**************************************************************************
* Custom additions for nopaque *
**************************************************************************/
/** /**
* @param {string} corpus * @param {string} corpus

View File

@ -82,7 +82,10 @@ cqi.models.corpora.Corpus = class Corpus extends cqi.models.resource.Model {
} }
/************************************************************************** /**************************************************************************
* NOTE: The following are non standard implementations of nopaque * * NOTE: The following is not included in the CQi specification. *
**************************************************************************/
/**************************************************************************
* Custom additions for nopaque *
**************************************************************************/ **************************************************************************/
/** /**

View File

@ -87,7 +87,10 @@ cqi.models.subcorpora.Subcorpus = class Subcorpus extends cqi.models.resource.Mo
} }
/************************************************************************** /**************************************************************************
* NOTE: The following are non standard implementations of nopaque * * NOTE: The following is not included in the CQi specification. *
**************************************************************************/
/**************************************************************************
* Custom additions for nopaque *
**************************************************************************/ **************************************************************************/
/** /**