Skip to content

Commit

Permalink
eclass/fortran-2: fixup documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Dec 16, 2020
1 parent 3117401 commit 23f9936
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions eclass/fortran-2.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ esac

EXPORT_FUNCTIONS pkg_setup

# @VARIABLE: _FORTRAN_2_CLASS
# @INTERNAL
# @DESCRIPTION:
# Please document me

if [[ ! ${_FORTRAN_2_CLASS} ]]; then

# @ECLASS-VARIABLE: FORTRAN_NEED_OPENMP
Expand Down Expand Up @@ -282,5 +287,10 @@ fortran-2_pkg_setup() {
fi
}

# @VARIABLE: _FORTRAN_2_ECLASS
# @INTERNAL
# @DESCRIPTION:
# Please document me

_FORTRAN_2_ECLASS=1
fi

0 comments on commit 23f9936

Please sign in to comment.