[Chapel Merge] fix(doc): add no doc to ChapelArray operators

Branch: refs/heads/main
Revision: 7f29cac
Author: arezaii
Link: fix(doc): add no doc to ChapelArray operators by arezaii · Pull Request #20645 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #20645 from arezaii/array-operator-nodocs

fix(doc): add no doc to ChapelArray operators

This PR "no docs" many operators for ChapelArrays that were
exposed when we switched to the new chpldoc tool.

Most of these are documented in the Arrays language spec section, and
the ones that aren't are just promotion overloads for scalar
operators.

TESTING:

  • built docs and visually inspected language spec docs for Arrays
  • diff compared doc output from chpldoc and chpldoc-legacy

reviewed by @DanilaFe - thanks!

Signed-off-by: arezaii ahmad.rezaii@hpe.com

Modified Files:
M modules/internal/ChapelArray.chpl

Compare: https://github.com/chapel-lang/chapel/compare/94e7e7df692e...7f29cacda85f